This project is intended to be a resource based website for a community of developers who are looking to learn from each other. The idea is to allow people who are learning new tech to host their project publically to showcase them and for other people to see and learn from what has been done and what they can learn from it.
-
Run
docker run --detach --publish 5432:5432 -e POSTGRES_PASSWORD=postgres --name postgres postgres:10.12
to start PostgresQL. -
Run
yarn run migrate
to create the database.
yarn dev
yarn dev:client
to only start the client.
yarn dev:backend
for only start the server.