-
Clone the repo
git clone https://github.com/amila1998/read-to-win-publications-backend.git
-
Install NPM packages
npm install
-
Create
.env
file inside the root folder and Enter Following KeysDEV_PORT=5000 MONGODB_URL= ADMIN_EMAIL= NODE_ENV=development REFRESH_TOKEN=adjaksdiw384hjkajdhkas8adsdb ACCESS_TOKEN=uwerweiuojnkoko45oo5ppsef5
-
To Run the server
npm run dev
or
npm start
Server Running on http://localhost:(your env dev port)