Skip to content
/ droad Public

Roadmap app built with wasp 🐝

Notifications You must be signed in to change notification settings

fecony/droad

Repository files navigation

droad

Full-stack roadmap app built with wasp-lang

Click for da boi

da boi

Demo

Features

Roadmap

Installation

Clone the project

  git clone git@github.com:fecony/droad.git

Go to the project directory

cd droad

Then use nvm to switch to the correct node version

Run Locally

To run app you need to use postgres database, you can run it locally on your system or use Docker. In order to run postgres databse in Docker container make sure that Docker is running. Then run following commands to run Docker in background with postgres database and start application:

  1. Run docker-compose up -d
  2. Run wasp start

Authors

Acknowledgements

Reference