To start the server, run npm start. The server will listen on http://localhost:3000 by default.
You can also set environment variables by creating a .env file in the root of the project directory. The following variables are used:
PORT: The port on which the server should listen. Defaults to 3000.
POSTGRES_USER:
POSTGRES_DATABASE:
POSTGRES_PASSWORD:
POSTGRES_PORT:
POSTGRES_HOST:
Please contact us for the database links.
Contributions to this project are welcome! To contribute, follow these steps:
1.Fork the repository.
2.Create a new branch: git checkout -b my-feature-branch.
3.Make your changes and commit them: git commit -am 'Add some feature'.
4.Push to the branch: git push origin my-feature-branch.
5.Create a pull request.
This project uses the following technologies:
Express: A web application framework for Node.js.
Postgres: A relational database management system.