Node Version: v16.14.0; Npm Version: 8.3.1;
MongoDb must be installed on your device to run server on localhost.
To install server you can run in termminal:
###cd server
###npm install
To install client side, you can run in terminal:
In the client folder, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
In the server folder, you can run:
Runs the server in http://localhost:6060
You can do all CRUD operations in the application!
Frontend: Typescript, Redux, Tailwind, token based authorization on cookies.
Backend: Nodejs, Express, Mongo, JWT, Bcrypt and Cors.