This is the official Communal Parking website repo. Communal Parking is a website solution to managing shared parking spaces in an apartment complex or small community.
yarn
- (manually) Create a Postgres Database. This will be used while locally testing the website
- (automatically) The testing framework has a docker compose file that it spins up as part of its testing framework
An .env.example
file is provided for your convenience. you will need to generate a secure random string for some variables.
A command to generate the string is provided in the example.
yarn dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!