Social Network with abillity to create users, update profiles, add posts, like posts and comment on posts!
Front-End is not fully implemented! I will make sure to update it ASAP.
./server/ => includes all server-side files (Node.JS)
./src/ => includes all front-end files (Angular)
- Inside
server
folder run
npm install
npm run start
- Use
socialize.postman_collection.json
file to test server with PostMan
- In project root folder run:
ng serve