A porfolio Node.js/Graphql social app api.
Provides functionality for register/login, posts, likes and comments.
1️⃣ Clone the repo:
git clone https://github.com/Doise/Social.git
2️⃣ Install dependencies:
npm install
3️⃣ Run the server:
npm start
Make sure you have jest installed globally:
npm install -g jest
Run Test:
npm run test
Noam Kantor
- Github: @Doise
-
Write functionality for register/login/logout.
-
Write functionality for edit user.
-
Write functionality for posting a post/like.
-
Write functionality for forgot password.
-
Wrap it with graphql.
-
Test it.
-
Add functionality to comments on posts.
To be continued...