This is the backend repository for the Chatop application.
- Clone this repository to your local machine.
- Import the project into your favorite IDE (e.g., Eclipse, IntelliJ IDEA).
- Configure the database information using your own environment variables:
DATABASE_URL
: Database URLDATABASE_USERNAME
: Database usernameDATABASE_PASSWORD
: Database password You can set these environment variables in your operating system.
- Open a terminal or command prompt.
- Navigate to the project's root directory.
- Run the following command to compile and build the project:
-
In the same terminal or command prompt, run the following command to start the application:
-
Make sure port 3001 is available on your machine. The application will be accessible at the following URL:
The API documentation is automatically generated and can be accessed at the following URL:
http://localhost:3001/v2/api-docs
This project was created by Thomas MICHEL. You can contact the author via email at:
Email: michelt.thomas@gmail.com
Feel free to explore the code and reach out to the author for more information about this exciting project and the author's backend development skills.