It's a Journal application by using Full stack technology
Client: React, React-Bootstrap
Server: Node, Express
Database: MongoDb
Clone the project
git clone https://github.com/vchaitanya7/JournalApp
Go to the project directory
cd main
Install dependencies
npm install react react-bootstrap bootstrap cors express mongoose nodemon
Start the server
npm start
Start the client
npm start