This repository contains the backend core API for 1CS project.
- JavaScript
- Node.js
- Express
- MongoDB
-
Clone the repository and change directory to it :
git clone https://github.com/malikDaCoda/projet-1cs-backend
cd projet-1cs-backend
- Copy the environment and configuration files and enter the secret information :
cp example.env .env
- Install the node dependencies :
yarn install
- Run the server :
- development mode :
yarn dev
(automatic restart on file change) - production mode :
yarn start