Example Project demonstrating how to develop React application with Nodejs
Book App functionality:
- Create a new book
- Update an existing book
- Show books list
- Delete a book
The website is built in my favourite Tech Stack and deployed on Heroku
- Angular for building React Components.
- SB Admin 2 for styling.
- Nodejs for server side code(backend).
- Expressjs for routing.
- Clone the repository using
git clone https://github.com/fvthakor/react-nodejs-crud.git
- Install all the modules by using
npm i
ornpm install
- Run the local development server by using
npm run dev
Deployment can be done in 3 easy steps.
- Login to Heroku or signup for an account if you don't have one.
- Create a
New App
and select YOUR GitHub repository of the chat project. - Wait for Heroku to deploy your project to production.
This code is completely open source and free to use.