Skip to content

Latest commit

Β 

History

History
112 lines (85 loc) Β· 3.66 KB

File metadata and controls

112 lines (85 loc) Β· 3.66 KB

LWR-WebApp

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

Short info about Webapp

  • 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.

Tech Stack πŸ—ƒ

πŸ’₯ How to Contribute ?

  • 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

Getting Started πŸ‘¨β€πŸ’»

Setup the repository to your local environment.

  1. Fork the repository - Creates a replica of repository to your local environment.
  2. Clone the repository - Downloads all repo files to your machine, using
git clone https://github.com/YOUR-USERNAME/LWR-WebApp.git
  1. Set working directory to the root directory of the project.
cd LWR-WebApp

Frontend βš›οΈ

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.

  1. Navigate to frontend folder.
cd frontend
  1. Install all the required packages and dependencies.
npm install
  1. Run the server.
npm start
  1. Click here to view it in the browser OR navigate to
http://localhost:3000

The website is live at https://lwr-app.netlify.app

Backend πŸ’»

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.

  1. Navigate to backend folder.
cd backend
  1. Install all the required packages and dependencies.
npm install
  1. Run the server.
npm start
  1. 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

Contributors 🌟

Thanks goes to these wonderful people ✨✨:

The contributor team might be asked to join as intern for completing the project and deploying.


< Happy Learning />
DevIncept | Β© 2021