SFR is a fullstack app developed individually during the last two weeks of the make it real fullstack advanced bootcamp
The page is deployed here:
The application allows visitors to reserve fields and user administration can create them. At the time of registering, there will be two options, admin or not, the administrators, are the owners of the fields who will be able to create the fields and see and delete them in their profile. The fields will be visible to all the people who visit the page, but to make a reservation, they must register as "no" administrator. After registering, you can, through the calendar of each field, make a reservation on the available dates and times. At the time of making the reservation, an email will be sent confirming the date and time. In addition, the user will be able to see all the reservations he has in his profile.
Clone the project, install node_modules (using npm install) Create local file .env.local (copy .env.example), and put your api key
npm run devThe app will be in http://localhost:3000
- NextJs
- Typescript
- Redux
- Mantine
- Vercel to deploy
- Nodejs
- Mongodb
- mongoose
- Bcrypt
- nodemailer