Skip to content

Commit

Permalink
Merge pull request #1 from tndangana/feature/config
Browse files Browse the repository at this point in the history
Generic config
  • Loading branch information
aurellemeless authored Dec 17, 2023
2 parents 0254b46 + ba6b68a commit 734562f
Show file tree
Hide file tree
Showing 6 changed files with 11,652 additions and 9 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.env
.env
node_modules
13 changes: 9 additions & 4 deletions README.md
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`
Loading

0 comments on commit 734562f

Please sign in to comment.