Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walternascimentobarroso/coodesh
https://github.com/walternascimentobarroso/coodesh
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walternascimentobarroso/coodesh
- Owner: walternascimentobarroso
- Created: 2023-08-09T21:26:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-09T21:45:27.000Z (over 1 year ago)
- Last Synced: 2024-04-11T20:58:03.162Z (9 months ago)
- Language: TypeScript
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coodesh
## :scroll: Overview
Project test
> This is a challenge by [Coodesh](https://coodesh.com/)
## :dvd: Setup
```
git clone https://github.com/walternascimentobarroso/coodesh.gitcd api
cp .env.example .env
cd ..
docker-compose up -d --build
docker exec -it coodesh_api yarn prisma migrate dev
docker exec -it coodesh_api yarn run init
```## :dvd: Links
| Type | Link |
| :--- | :--------------------- |
| APP | http://localhost:5173/ |
| API | http://localhost:3000/ |## :exclamation: Tech
- [NODEJS](https://nodejs.org/en/)
- [Express](https://expressjs.com/)
- [Prisma](https://www.prisma.io/)
- [Tailwindcss](https://tailwindcss.com/)
- [React Toastify](https://www.npmjs.com/package/react-toastify/)## :floppy_disk: Installation
```
git clone https://github.com/walternascimentobarroso/coodesh.git
```### :rotating_light: Tests
```
docker exec -it coodesh_api yarn run test
```## :memo: License
The [MIT License]() (MIT)
## :smiley_cat: Author
- [@walternascimentobarroso](https://walternascimentobarroso.github.io/)
Made with ❤️