Skip to content

eVectr/evportal-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and Configuration

To install, run

npm install

Create a .env file in the root project directory, add and modify the following configuration:

PORT=1234
MONGO_CONN_STR=mongodb://mongouser:mongopassword@mongohost:27017/database
JWT_SECRET=provideauniqueseceretstringhere
MYSQL_HOST=mysqlhost
MYSQL_DB=mysqldb
MYSQL_USER=mysqluser
MYSQL_PASS=mysqlpass

Starting the server

In the project directory, you can run:

npm start

Releases

No releases published

Packages

No packages published