Skip to content

kakashii13/notis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NOTIS - TODO APP

NOTIS SERVER

Before running the server, you need to set up a .env file in the project's root directory. This file should contain the following environment variables:

 MONGO_URL="your mongodb url"
 JWT_PRIVATE_KEY="your jwt private key"

To start the server, run the following command:

npm run start:dev

Releases

No releases published

Packages

No packages published