This project is implementation for the following topics related to technologies used with React
-Deployed on Hostinger VPS
Backend Available at: https://altered-datum-api.arpansahu.me/
Frontend Available at: https://altered-datum.arpansahu.me/
Note: Both the projects are running on Free dynos of Heroku so Please makesure before accessing Frontend Project awake the Backend by visiting the backend link
admin login details:-- email: admin@arpansahu.me password: showmecode
Install Node JS
Refer to https://nodejs.org/en/ to install nodejs
Install create-react-app
Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app
Install all the npm packages
npm install
In order to run the application Type the following command
npm start
The Application Runs on localhost:3000
Installing Heroku Cli
checkout: https://devcenter.heroku.com/articles/heroku-cli
Create your account in Heroku.
Inside your project directory
Login Heroku CLI
heroku login
Create Heroku App
heroku create [app_name]
Push Heroku App
git push heroku master