Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fecony/droad

Roadmap app built with wasp 🐝
https://github.com/fecony/droad

app betathon hackathon node prisma railway react roadmap tailwindcss wasp

Last synced: about 1 month ago
JSON representation

Roadmap app built with wasp 🐝

Awesome Lists containing this project

README

        

# droad

Full-stack roadmap app built with [wasp-lang](https://wasp-lang.dev/)

Click for da boi

![da boi](https://cdn.discordapp.com/emojis/1066018968407650354.webp)

## Demo

## Features

## Roadmap

## Installation

Clone the project

```bash
git clone [email protected]:fecony/droad.git
```

Go to the project directory

```bash
cd droad
```

Then use [nvm](https://github.com/nvm-sh/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](https://www.docker.com/). 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

- [@fecony](https://www.github.com/fecony)

## Acknowledgements

## Reference

- [Radix Colors](https://www.radix-ui.com/colors)