mertlsarac/basic-info-server-template
Basic Info Server Template
Basic Info Server Template
Basic Info Server Template in NodeJS Express.js
Ways to Begin
1. Express Deploy
Deploy this template to Heroku
2. Start with Server Generator
Create your server with Server Generator Package
3. GitHub Template
Use this repository as a Template
Installations
Install nodejs and npm via nodejs.org.
Check installed versions of nodejs and npm via running following commands:
node -v
npm -v
Check project's current nodejs and npm version from package.json.
Environment Variables
If you don't give RESPONSE_ENCRYPTION_SECRET, response encryption mechanism will be disabled automatically.
PORT={Server Port}
ACCESS_TOKEN_SECRET={Access Token Secret}
MONGODB_URI={MongoDB Connection String}
RESPONSE_ENCRYPTION_SECRET={Response Encryption Secret}Http Requests
You can find list of available http request in the requests directory. You can run http requests directly via WebStorm, for more information check out: jetbrains.com/help/idea/http-client-in-product-code-editor.html
Contributors
Furkan Yavuz ๐ฌ ๐ ๐ |
Fatih Turker ๐ฌ ๐ ๐ |
Contributing
- Fork it
- Create your update branch (git checkout -b my-feature-branch)
- Commit your changes (git commit -am 'Add some features')
- Push to the branch (git push origin my-feature-branch)
- Create new Pull Request
LICENSE
The source code for this project is released under the MIT License.