Blog App.
It has features such as reigster/login, Post an entry, Edit your post, Delete your post, Watch all posts by some user, Watch all posts with given tag.
Steps to start the project:
- Clone
- cd api
- Run "npm install" to install all dependencies
- Run "npm run dev" in the api directory
- Wait for "Connected to MongoDB" message
- Go to the client directory cd ../api
- Run "npm install", "npm start"
(Make sure to include your own .env file)