/projet-1cs-backend

Backend core API for project 1CS

Primary LanguageJavaScript

Projet 1CS (backend)

About

This repository contains the backend core API for 1CS project.

Software stack

  • JavaScript
  • Node.js
  • Express
  • MongoDB

How to run

  1. Install node.js and yarn package manager on your computer.

  2. Clone the repository and change directory to it :

git clone https://github.com/malikDaCoda/projet-1cs-backend
cd projet-1cs-backend
  1. Copy the environment and configuration files and enter the secret information :
cp example.env .env
  1. Install the node dependencies :
yarn install
  1. Run the server :
  • development mode : yarn dev (automatic restart on file change)
  • production mode : yarn start