Skip to content

Commit 50e40aa

Browse files
ci: project is ready for contribution
1 parent 7275698 commit 50e40aa

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

.github/Contributor_Guide/Contributing.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you are new to InsecureNet, please take a look at the [documentation](./Proje
1010

1111
## New Contributor Guide
1212

13-
To get an overview of the codebase, check out the '[README.md](../src/README.md)' file in the `src` directory.
13+
To get an overview of the codebase, check out the '[README.md](../../app/README.md)' file in the `app` directory.
1414

1515
that will help you understand the structure of the project.
1616

@@ -32,6 +32,11 @@ If you want to contribute to InsecureNet, submit a pull request.
3232

3333
### Requirements
3434

35+
Node.Js
3536

3637
### Setup
3738

39+
Step-1:- run "npm i" in the repository root directory (Insecure/)
40+
Step-2:- Go to app directory with `cd app`
41+
Step-3:- run "npm i" in the app directory(Insecure/app)
42+
Step-4:- run "npm run dev" to start the server on the localhost:4444
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Project Tour
22

3-
* notes:
4-
* > Discuss about your project file structure
5-
* > what each folder is responsible
6-
* > then go through each file in folders and explain there purpose
7-
* > if possible create a doc system ( there are autogen docs available for most of the languages )
8-
* > decide coding style , linting style and formatting style and other themes like variable naming etc.
9-
* > provide an example for existing function and tests system if possible
10-
*
3+
## FILE STRUCTURE:-
114

12-
# MAKE SURE PROJECT MANAGERS UPDATE THIS MD
5+
* > InsecureNet/app: It contains webapp and all its files
6+
* > InsecureNet/app/db: It contains database connection
7+
* > InsecureNet/app/public: It contains all the css styling files
8+
* > InsecureNet/app/routes: It contains route.js contains all the webapp routes
9+
* > InsecureNet/app/views: It contains all the ejs files which is basically (HTML + JS) in a single file
10+
* > InsecureNet/app/main.js: This is the main file used to start the application

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# template
2-
Template Repository for OpenSpringFest
1+
# InsecureNet
2+
3+
This is a simple web app seeking contribution for the Frontend as well as in backend.
4+
5+
If you want more information regarding the project you can read the [Project Documentation](./.github/Contributor_Guide/Project_Tour.md)
6+
7+
Copyright (c)
8+
HackElite
9+
IIITBH. All rights reserved

0 commit comments

Comments
 (0)