Coder Social home page Coder Social logo

koirpraw / mern-jobsboard-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 196 KB

A MERN Stack app to search jobs and post jobs. Zip recruiter clone. React FrontEnd, NodeJS & Express backend with MongoDB for database layer.

HTML 5.36% CSS 2.89% JavaScript 91.75%

mern-jobsboard-app's Introduction

This is a FullStack project using React, NodeJS, ExpressJS and MongoDB - ZipRecruiter Like jobs portal

UI Flow:

jobsBoardMERN.mov

Some Project Details

  • There are 2 separate directories for the frontend and backend. Both are in root directory.

  • To run the project, you need to run both the frontend and backend servers. To run Frontend server, go to frontend directory and run npm start. To run Backend server, go to backend directory and run npm start.

  • The frontend server runs on port 3000 and backend server runs on port 4100. The backend server is configured to run on port 4100. If you want to change the port, you can change it in backend/server.js file.

  • The backend server uses ES6 module syntax. Thus the file extension is .mjs instead of .js. If you want to change it to .js, you need to change the import and export statements in the backend files.

  • The database configured is MongoDB and connection strings are provided in .env file when running on local server. If you want to run this project and test it out in your local server make sure to provide the connection string.

  • Here is a mock connection string to MongoDB (MONGODB_URI=mongodb+srv://sumthn:[email protected]/) to give you example of what it looks like. This should be provided in your .env file.

  • For tips on how to access this connection string checkout MongoDB documentation. You will be connecting using driver and can select the programming language. This will give you option to copy and paste the string easily and info on what and how.

mern-jobsboard-app's People

Contributors

koirpraw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.