YanisBenekaa / RebootJS-Back

Back end for the messenger application developed during RebootJS training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is based on Express.

Available Scripts

In the project directory, you can lanch:

In Windows :

$env:mongo_pass="{mongo_pass_user}"

In MacOS / Linux :

export mongo_pass="{mongo_pass_user}"

This command will connect the back with the database in MongoDB Atlas.

npm run build

This command is very important because the application is developped with TypeScript.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

npm run start

Runs the app in the development mode on http://localhost:3000

npm run test

Launches the test runner in the interactive watch mode.

npm run dev-env

Lanches the dev mode with nodemon.

Learn More

You can learn more in the Express documentation.

About

Back end for the messenger application developed during RebootJS training


Languages

Language:TypeScript 100.0%