LWR-WebApp

July 19, 2021 ยท View on GitHub

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.


Licensed under MIT LICENSE

< Happy Learning />
DevIncept | ยฉ 2021