Skip to content

OTA Initial Coding Challenge for Senior/Mid Level Backend Software Engineer

Notifications You must be signed in to change notification settings

aronesura/OTA-Test-BE

Repository files navigation

🚀 Features

  • Express/TypeScript
  • TypeORM
  • PostgreSQL
  • Husky Hooks, Prettier, EsLint

👷 Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/aronesura/OTA-Test-BE.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:aronesura/OTA-Test-BE.git

Install dependencies

yarn install

Or

npm install

Create your enviroment variables based on the examples of .env.example

cp .env.example .env

After copying the examples, make sure to fill the variables with new values.

🏃 Getting Started

Run Server Locally

yarn dev

🎉 Postman Collections

Please check postman/Note.postman_collection.json for easy api checking.

📕 License

Released on Feb 17, 2024 by Aaron Esguerra 💜🚀

About

OTA Initial Coding Challenge for Senior/Mid Level Backend Software Engineer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages