- Create a new file named .env in the same directory as the code file.
- Open the .env file and add the following environment variables with their corresponding values:
DB_NAME=your_database_name DB_USER=your_database_username DB_PW=your_database_password DB_HOST=your_database_host DB_DIALECT=your_database_dialect JWT_SECRET=secret
- Install the required dependencies by running the following command:
npm i
- Run the following command to start the server:
For development purposes, you can run the following command:
npm start
npm run start:dev
- The server will start running on port 8080.
-
Notifications
You must be signed in to change notification settings - Fork 0
cse-mosip/registration-service
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published