RedoneRony / text-analyzer-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a .env file then add the following environment variables

MONGO_URI=mongodb://localhost:27017
PORT=8080
DB_NAME=<your_DB_NAME>

Then Run following command to install the packages

npm i

And run the following command to start your development server:

npm run server

About


Languages

Language:JavaScript 90.7%Language:Dockerfile 9.3%