Backend Challenge For Rise Blog Crud APP
Link here
- Nodejs (Typescript and Express)
- Postgres for pure data
- Redis
- Docker
- Postman
- Git clone
git clone https://github.com/neymarjimoh/rise-be
- cd
rise-be
npm install
to install dependenciescp .env.example .env
to create a .env file for environment variables- Update the .env file with the respective environment variables
npm run dev
to start development servernpm run migrate:dev
to migrate in dev mode- On postman/postwoman/insomnia/etc, run the server endpoints,
http://localhost:8080/...
- using the staging server:
https://rise-be-ew8h.onrender.com
npm run test
to run all test suitesnpm run lint:fix
to fix all linting issues
Checkout the .env.example
file and create a copy of it in a .env
file, or reach out to @me to get started.