Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 748 Bytes

File metadata and controls

33 lines (19 loc) · 748 Bytes

Tusomeni backend

Node express backend application for Tusomeni web application. It is build with javascript

Dependencies

  • Express

  • Mongoose - Data is stored in MongoDB Atlas

  • Cloudinary - For image storage (You will need to create a cloudinary account)

Devdependncies

Nodemon

Environment Set up

Create a file in the main dir called .env.dev

Copy the contents of .env.dev.example and create the variable values.

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app services in the development mode.
Open http://localhost:5000.

npm start

Runs the app services in the production mode.
Open http://localhost:8000.