Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🐝
- Host: GitHub
- URL: https://github.com/fecony/droad
- Owner: fecony
- Created: 2022-12-05T09:18:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T13:09:14.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T15:35:40.296Z (3 months ago)
- Topics: app, betathon, hackathon, node, prisma, railway, react, roadmap, tailwindcss, wasp
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)