Skip to content

Simon-157/devs-colab-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devs-colab-dev

This is a web application built with Next.js, Express and PostgreSQL. The application allows users to [briefly describe the functionality of your application].

Getting Started

To get started with this project, clone this repository to your local machine and follow the steps below:

  1. Install the dependencies by running npm install.
  2. Create a .env.local file and add the following environment variables:

DB_HOST=[your database host]

DB_PORT=[your database port]

DB_NAME=[your database name]

DB_USER=[your database username]

DB_PASSWORD=[your database password]

  1. Run the migration script to create the necessary tables in the database by running npm run migrate.
  2. Start the server by running npm run dev.
  3. Open your web browser and navigate to http://localhost:3000 to view the application.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • John Doe - Initial work - johndoe

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc.