Skip to content

DesmondSanctity/aphrodite-resilis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks