A social media-lite immersive experience to get up and go out post-COVID era
Client: React, Context API, Material UI
Server: Node, Express
Database: PostgreSQL
To run this project, you will need to add the following environment variables to your .env file
SQL_URI
A link to your PostgreSQL database
Clone the project
git clone https://github.com/geodude42/LetsGo.git
Go to the project directory
cd LetsGo
Install dependencies
npm install
Start the server
npm run both
To run tests, run the following command
npm run test
Contributions are always welcome!
See contributing.md
for ways to get started.