REST API builth with NodeJS for Halal Center Application
- Make sure you have NodeJS and NPM installed on you computer
- You need to install PostgreSQL as primary database and Redis as database for caching
- Install all project dependencies with npm, run:
$ npm install
- Copy and paste
.env.example
and rename as.env
file, then fill out all the necessary environtment based on your computer configuration - Get your
credentials.json
from GCP (Google Cloud Platform) and save in the root directory - Run this project by execute this command on your terminal:
$ npm run dev
You can simply run
make build_dev
andmake run_dev
commands if you are using Docker
- Programming Languages and Frameworks : NodeJS with Express framework
- Database : PostgreSQL and Redis
- Containerization: Docker
- PostgreSQL
- Redis
- NodeJS & NPM
- ExpressJS
- Docker
- Docker Compose
- Node Version Manager
- ESlint for Linter
MIT - @fhyfr