Full-stack roadmap app built with wasp-lang
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
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:
- Run
docker-compose up -d
- Run
wasp start