/my_quotation_backend

My Quotation Project - Express Backend

Primary LanguageTypeScript

My Quotation Project - Express Backend

This project is based on Express js framework and MongoDb

Libraries that used : Express.js / Redis / Mongoose / bcrypt.js / Joi / JWT

Be sure to mongodb be installed on your machine before run the project and put your DATABASE_NAME connection in .env

For more help about mongodb installation: Install MongoDB

You have to install Redis in your machine : Install Redis

Also you have to be sure to install typeScript on your system :

npm install -g typescript

For sending mails you have to create an account in elasticemail.com and put you account's Username, Email and API_KEY in .env file. For more help : Elastic Email

To get started run :

npm install

Then :

npm run dev

Then project will be run on : localhost:8080