Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 333 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 333 Bytes

pinktober

logo

Getting started

To get the server running locally:

  • clone the repo and install the dependencies :
$ git clone https://github.com/fatimaBenazzou/pinktober.git
$ cd back-end
$ npm install
  • create .env file

  • to start the local server type this command :

$ npm run dev