Imprint is an online logbook for freelancers, to keep track of client details and meeting minutes.
Check out the demo here
- Clone or fork the repository
- Create a .env file with MONGO_URI to connect to mongoDB and KEY to encode JWT token.
- Install backend dependencies using
npm install - Install frontend dependencies using
npm run client-install
- Run application using
npm run dev - Run only backend using
npm run server - Run only frontend using
npm run client
Imprint is built with the following:
- MongoDb
- Express
- React
- NodeJs
- Material UI
- React-rte