Skip to content

amila1998/read-to-win-publications-backend

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Read to win Publications Backend

Getting Started

Prerequisites

  1. Must have an Installed Node.js to your local machine
  2. Must have a MongoDB Account

Local Setup

  1. Clone the repo

    git clone https://github.com/amila1998/read-to-win-publications-backend.git
  2. Install NPM packages

     npm install
  3. Create .env file inside the root folder and Enter Following Keys

         DEV_PORT=5000
         MONGODB_URL=
         ADMIN_EMAIL=
         NODE_ENV=development
         REFRESH_TOKEN=adjaksdiw384hjkajdhkas8adsdb
         ACCESS_TOKEN=uwerweiuojnkoko45oo5ppsef5
    
  4. To Run the server

      npm run dev

    or

      npm start

Server Running on http://localhost:(your env dev port)

(back to top)

Contact

Amila Devin Senarathne - amiladevin@gmail.com

(back to top)

Releases

No releases published

Packages

No packages published