A simple client-server architecture web application that shows full CRUD operation, use of API, and some extra features for fun.
In the project directory, you can run:
npm install
Install dependencies for server and client folders.
Note: Runs the installation in both client folder and server folder since they have separate collections of library.
Then run the project by executing two applications:
npm start
Runs the client in the development mode, open http://localhost:3000 to view it in your browser.
Runs the server and connect with localhost MongoDB database, the server will be live at http://localhost:8888