Skip to content

MinhPhu0304/Seer

Repository files navigation

Seer

Build Status

Requirements

  • Node js
  • Code editor (recommend VSCode)

Getting Started

Create your own MongoDB Collection. All detail can be found here

Create environment file in the root directory name it .env

After create MongoDB clusters, you need to make a connection string and paste it to .env file like below

MONGO_URI=YOUR_CONNECTION_STRING_HERE

To start the server run

npm run start:dev

To kill the process press CMD + C for Mac or press CTRL+ C 2 times for Window