- ReactJS for Frontend.
- NodeJS for Backend and ExpressJS as Middleware.
- Material UI for styling.
OCS TEAM CRUD APP is a full stack application developed using MERN stack (here I used MySQL instead of MongoDB), which does basic CRUD operation like ADD, UPDATE and DELETE on the user details. The project is deployed using Nginx webserver and the webserver has SSL certificates installed in it which will be sent when some user connects over HTTPS.
Clone the repository
git clone https://github.com/girishgr8/OCS-TEAM-CRUD-APP.git
Now, follow the steps below to run the application on your local machine:
# Install dependencies for server
npm install
# Install dependencies for client
npm run client-install
# Run the client & server with concurrently
npm run dev
# Run the Express server only
npm run start
# Run the React client only
npm run crudapp
# Server runs on http://localhost:4000 and client on http://localhost:3000
- View all Users' Details on Homepage
- Create New User
- Update & Delete Existing User Details
- Deployed over Nginx web server
- SSL Certificate installed in the webserver & same is provided to the incoming connection
- Accessing the URL over HTTPS connection
This project was developed for selection to OCS Technical Manager Post during my M.Tech at IIT Hyderabad in less than 2 days
This project is licensed under the MIT License - see the LICENSE.md file for details