A yoga registration form with react

FlexMoney

Full stack yoga registration

🔗 Hosting

Backend is hosted on railway.

Frontend is hosted on netlify.

Run Locally

Clone the project

  git clone https://github.com/gauravmandal1/FlexMoney.git

Go to the FlexMoney directory

  cd FlexMoney

Install dependencies of backend

  cd server
  npm install i

Start the server

  npm start

Install dependencies of frontend

  cd client
  npm install i

Start the server

  npm start

Tech Stack

Client: React,CSS

Server: Node, Express , Nodemailer, MongoDB

workflow of user

E-R diagram

Along with registration i used nodemailer to send confirmation mail to user .

response from backend when registered

All data validation are done on client side so that no unneccsorry api calls are made

Registraion ui

payment ui

final page

Confirmation mail

Roadmap

  • Designed Schema & making api endpoint
  • Tested with Postman
  • Made dummy react resgistration form
  • Data validation of user input
  • Connected with backend
  • Hosted backend and front end

Check it out

GitHub

View Github