Git Product home page Git Product logo

mern-redux-socialdevs's Introduction

MERN (Mongo Express React NodeJS) app demo for freelancers and clients with company profiles.

Links

For test purposes, you can use "[email protected]/test12345" as "username/password"

Installation

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000

Environmental folder

There is a .env.sample folder. Add your 4 keys there.

2 are for github auth (frontend)

another 2 are for mongoDB (backend)

Pushing latest instance to Heroku

Install Heroku CLI

npm i -g heroku
heroku login
git remote add heroku https://git.heroku.com/socialdevs.git
# Stage latest commits (git add, git commit)
git push heroku master

Current Features

  • PrivateRoutes
  • JWT Authentication
  • CRUD operations

Additional Feature List

  • Swagger API Docs
  • Jest Unit Testing
  • Storybook
  • TravisCI
  • Docker Support

Upwork like functionality

  • Clients
  • Job Posts

mern-redux-socialdevs's People

Contributors

vincentntang avatar

Stargazers

Marcus Mello avatar Andres Cardenas avatar John Jennings avatar

Watchers

James Cloos avatar  avatar  avatar

mern-redux-socialdevs's Issues

Refactor backend model

In backend model, add support for company profiles model

  • Schema
  • Validation on schema
  • Request Types (GET/POST)
  • Migrations from legacy mongoDB instance (convert some key-values to foreignkey)

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.