Skip to content

Back end for the messenger application developed during RebootJS training

Notifications You must be signed in to change notification settings

YanisBenekaa/RebootJS-Back

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%