Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manav8651/my-yoga-app
https://github.com/manav8651/my-yoga-app
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/manav8651/my-yoga-app
- Owner: manav8651
- Created: 2023-12-19T16:32:44.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-20T08:18:03.000Z (11 months ago)
- Last Synced: 2024-04-28T06:02:41.875Z (7 months ago)
- Language: JavaScript
- Homepage: https://my-yoga-app-beta.vercel.app
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yoga-App
A Full-Stack Web Application which enables users to register for different Yoga Batches.
## REST API Built :
- POST /api/users/ : Registers new user with the batch type.
## Technologies Used
### Frontend
- React.js
- Material UI### Database
- PostegreSQL (Used hosted service of Render Postegres)
### Backend
- Node.js
- Express.js
- Sequelize ORM## ER- Diagram
![ER-Diagram](screenshots/er.jpeg)
## Installation
It requires [Node.js](https://nodejs.org/) v10+ to run.
### Steps to run this project :
sh
Step 1 : Clone this Repo
Step 2 : Open your bash shell and run code git clone {git clone url}
Step 3 : Install the dependencies and devDependencies and start the server.Step 4 :
cd {folder name}
npm i
npm start : For development enviormentsThe local server will start at 127.0.0.1:3000/