Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 209 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 209 Bytes

How to run

Project is using dotenv to initialize environment variables

.env file

Add the following properties

  • PORT - server port to run
  • DB_URL - your database url

How to run

Run npm start