Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.19 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.19 KB

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