Skip to content

This is a mockup repository for an open source project to be used in the 'Code Collaboration with Github' session to help students getting started with open source and usage of Git.

Notifications You must be signed in to change notification settings

sarthakkundra/MLH-localhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLH Localhost

This is a mockup repository for an open source project to be used in the 'Code Collaboration with Github' session to help students getting started with open source and usage of Git.

About the Project

This is a simple form whose responses can be seen adjacent to it.

Tech Stack ⭐

Getting Started ⚡

Follow the steps described below to get a local copy of this app up and running!

  1. Fork the repo

  2. Clone the repo

git clone https://github.com/github_username/MLH-localhost.git
  1. Install all the depedencies :-
    In the root directory run the following command
npm install

Migrate to the client folder and run the following command.

npm install

4 Setup the ENV variables
(i) Make a .env file in the root directory.
(ii) Create the following environment variables: PORT and set it equal to any port you like. For Eg :- PORT=5000, MONGO_URI and set it equal to the string provided. For Eg :- MONGO_URI = 'provided string'.

  1. Start the development server
npm run dev

Contributing 🎉

Being a project of an open source competition, we believe in the power of PRs as that's what makes any project awesome and inspires us to create and learn. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

New change made for the workshop.

Now it's time

About

This is a mockup repository for an open source project to be used in the 'Code Collaboration with Github' session to help students getting started with open source and usage of Git.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published