Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medanielmarques/old-mesavip
mesavip project
https://github.com/medanielmarques/old-mesavip
nextjs react typescript zustand
Last synced: 3 months ago
JSON representation
mesavip project
- Host: GitHub
- URL: https://github.com/medanielmarques/old-mesavip
- Owner: medanielmarques
- Created: 2021-09-14T03:45:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T23:11:47.000Z (about 2 years ago)
- Last Synced: 2024-07-30T21:09:57.292Z (5 months ago)
- Topics: nextjs, react, typescript, zustand
- Language: TypeScript
- Homepage: https://mesavip.vercel.app
- Size: 388 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Mesavip helps you making reservations in your favorite restaurants.
### Instalation guide/details
```bash
# To to install the dependencies
$ yarn# Rename the .env.local.example file to .env.local.
# with this, you have the API address set up.# To start the application
$ yarn dev
```