/rise-be

Backend Challenge

Primary LanguageTypeScriptMIT LicenseMIT

rise-be

Backend Challenge For Rise Blog Crud APP

📋 Documentation

Link here

🛠 Tools & Technology

  • Nodejs (Typescript and Express)
  • Postgres for pure data
  • Redis
  • Docker
  • Postman

🖇 How to Start

  • Git clone git clone https://github.com/neymarjimoh/rise-be
  • cd rise-be

Local setup

  • npm install to install dependencies
  • cp .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 server
  • npm 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 suites
  • npm run lint:fix to fix all linting issues

.env Credentials

Checkout the .env.example file and create a copy of it in a .env file, or reach out to @me to get started.