This API serves as the backend for the RiseVest TEST. It provides endpoints for user management, posts, comments, and more.
- Create a
.env.development.local
file in the root directory of the project. - Inside the
.env.development.local
file, configure environment variables based on your requirements. - Open a terminal and navigate to the root directory of the
risevest-api
project. - Run the following command to start the development environment using Docker:
make dev
- Change your working directory to
risevest/
. - Create a
.env.development.local
file in therisevest/
directory. - Configure the environment variables in the
.env.development.local
file. - Open a terminal and navigate to the
risevest/
directory. - Run the following command to start the development server without Docker:
npm run dev
For information about the Query Optimization Task, refer to the queryOptimizationTask.txt
file in the repository.
- Server URL: https://risevest-20c65c9a25f0.herokuapp.com
- Postman Collection: Postman Collection
For detailed documentation about the available endpoints, request formats, and responses, please refer to the official API documentation.