This is the backend for the Reading Sphere application. Our main goal is to transform non-readers into regular readers.
This is our Deployed VPS Api-Documentatoin , you can try it now!
http://20.116.220.162:3001/api-docs/#/
-
Clone the repository:
git clone https://github.com/The-Joesters/backend-codebase.git
-
Navigate into the project directory:
cd backend-codebase -
Install the required dependencies:
npm install
-
Start the application:
npm start
-
Swagger UI: You can access the API documentation at:
http://localhost:3000/api-docs
This page provides interactive documentation of the API endpoints and allows you to test them.
-
Configuration: Ensure you have a
.envfile for environment variables. -
Test API: Note that there is a test API included in the Swagger documentation. This endpoint is not functional yet, but it is present for future testing and development purposes.