https://github.com/axlwolf/10-calendar
MERN Calendar
https://github.com/axlwolf/10-calendar
Last synced: 2 months ago
JSON representation
MERN Calendar
- Host: GitHub
- URL: https://github.com/axlwolf/10-calendar
- Owner: axlwolf
- Created: 2024-01-09T17:04:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T17:57:22.000Z (over 2 years ago)
- Last Synced: 2024-01-09T18:32:28.728Z (over 2 years ago)
- Language: JavaScript
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calendar App
## Development steps
1. Rename file .env.template to .env
2. Update the environment variables on .env file
```
VITE_API_URL=http://localhost:4001/api
```