-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from tndangana/feature/config
Generic config
- Loading branch information
Showing
6 changed files
with
11,652 additions
and
9 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
.env | ||
.env | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# ussd-nodejs-mongo-expressjs | ||
|
||
create .env | ||
MONGODB_URI=mongodb://localhost/aat-ussd | ||
SESSION_SECRET= | ||
PORT= | ||
## create .env file | ||
`cp .env.sample .env` and put your config | ||
|
||
## install dependencies | ||
`npm install` | ||
## start server | ||
`npm start` | ||
## start server in dev environment | ||
`npm run dev` |
Oops, something went wrong.