WebApp for DevIncept's Learn-Write-Repeat organization
- Project type: DevIncept's core project
- Program Admin: Handeled by DevIncept's core team
- Program Mentor: Dhwaj Gupta
- A basic blogging website.
- A person can login/signup and add blogs/technical articles.
- Admin has option to review the blog/article and publish it.
- If you wish to contribute kindly check the CONTRIBUTING.md🤝
- If you are completely new to Open Source, read the Instructions.
- Please follow the CODE OF CONDUCT.
- After every successfull PR merge, make sure to fill this form
Fork
the repository - Creates a replica of repository to your local environment.- Clone the repository - Downloads all repo files to your machine, using
git clone https://github.com/YOUR-USERNAME/LWR-WebApp.git
- Set working directory to the root directory of the project.
cd LWR-WebApp
Following are the steps to run the frontend of the LWR-WebApp on your local. All the frontend code will go in the frontend
directory.
- Navigate to
frontend
folder.
cd frontend
- Install all the required packages and dependencies.
npm install
- Run the server.
npm start
- Click here to view it in the browser OR navigate to
http://localhost:3000
The website is live at https://lwr-app.netlify.app
Following are the steps to run the backend of the LWR-WebApp on your local. All the backend code will go in the backend
folder.
- Navigate to
backend
folder.
cd backend
- Install all the required packages and dependencies.
npm install
- Run the server.
npm start
- Click here to see the backend server runing in the browser OR navigate to
http://localhost:8000
The backend is live at https://lwr-webapp.herokuapp.com
Thanks goes to these wonderful people ✨✨:
The contributor team might be asked to join as intern for completing the project and deploying.