Skip to content

ivanms1/project-shelf-old

Repository files navigation

Project Shelf

This is an ALT text

Description

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.

First time running the app

  • 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.

Start the app

  • yarn dev
  • yarn dev:client to only start the client.
    yarn dev:backend for only start the server.

Built With

About

A showcase website for your projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •