Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 804 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 804 Bytes

aphrodite-resilis

A simple CRUD API services design to demo integration with Resilis to optimize your APIs for global low latency with no code and reduce infrastructure expenses.

How to set up and run the project

  1. Clone the project using git clone https://github.com/resilis/aphrodite-resilis.git
  2. Create a .env file in the root of the project and add the following variables:
PORT=5000
JWT_SECRET=<your-jwt-secret>
DB_URL=<your-db-url>

The DB_URL should be a relational database like Postgres or MySQL

  1. Install dependencies using npm install.
  2. Run the project using npm start.

The guides to optimize this API with Resilis either as an Open API specification or Postman collection can be found here