Giter Club home page Giter Club logo

mern_portfolio's Introduction

MERN PORTFOLIO

Technologies

MERN

MongoDB, Expressjs, React/Redux, Nodejs

Tech-stack

Frontend Backend
react: ^18.2.0 cors: ^2.8.5
react-dom: ^18.2.0 dotenv: ^16.4.5
react-redux: ^9.1.0 express: ^4.19.2
react-router-dom: ^6.22.3 mongoose: ^8.3.0
redux: ^5.0.1 nodemon: ^3.1.0
@reduxjs/toolkit: ^2.2.3
antd: ^5.16.1
axios: ^1.6.8
three: ^0.163.0

Project Structure

server/
    package.json  
    .env
client/
    package.json

Installation & Usage

Clone repository:

git clone <this_repo>

Client-side (PORT:5173)

cd client
npm i
npm run dev

Server-side (PORT:5000)

cd server
npm i
nodemon server

Create a db in localhost or Atlas
Create .env and add the url:

mongodb_url = mongodb://localhost:27017/db_name

Alternatively, change the connection in dbConfig.js

mongoose.connect('mongodb://localhost:27017/mern_portfolio');

After refreshing the db, copy the data stored in client/staticData.js into the created entities

TODO

Login security
Contact form with backend
Frontend test
Backend test
Add inmersive experience
Responsive Design

mern_portfolio's People

Contributors

glezino 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.