Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.9 KB

File metadata and controls

48 lines (30 loc) · 1.9 KB

Make Developer

Make Developer is a platform to provide equal opportunities to all the students interested in improving , testing , showcasing their development skills.It is a platform where students can make a team for their projects or can be a part of a project in which they are interested.

Features Included in Make Developer

  • Runway
  • Resources
  • Projects : Make Developer will provide such a platform where one can add a project , show interest in contributing other projects and thus we will try our best to create best team so that everyone associated with this will get benefitted.
  • Q & A : Make Developer has a Q&A section where skilled developers , mentors even students who had followed the same problem and able to come out of it will be always ready to help you in completing your journey.
  • Blogs :

Installation For Backend

Visit Github page : https://makedeveloper.github.io/makeweb-frontend/

Installation For Backend

Please install nodejs and mongoDB on your system, otherwise you will not be able to run the backend and ajax wont work. Along with that, if you want to see the data that is being stored in the database, install mongoDB compass

To run Backend

clone this repo 

Then run this command in the cloned directory

set jwtPrivateKey=SecureKey //for windows
export jwtPrivateKey=SecureKey //for linux and mac
node --no-deprecation index.js

Application will run on port 4500

URL: http://localhost:4500/

This is basic UI for the front page

makeproject 001

This is our basic UI for the project page

makeproject 003