Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 221 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 221 Bytes

RemVee Back-End

Back-end of RemVee

Project setup

1. Generate your .env file:

cp .env.example .env

2. Install dependencies:

npm install

Run the server

node index.js