Skip to content

malikDaCoda/projet-1cs-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backend core API for project 1CS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages