gch90 / hackathons-team-c

La Web Shop Hackathon 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

The link for this website is: https://hackathons-team-c.herokuapp.com/ This repository is the result of the tutorial to develop your first MERN application and you can find it here

What you should install?

For this project, I decided to use the MERN (MongoDB, Express.js, React.js, and Node.js) technology. mern

Firstly, you should install

Configuring App

If you have all the prerequisites installed you should verify if your MongoDB is up.

$ cd movies-app
$ cd server
$ yarn install
$ nodemon index.js
$ cd movies-app
$ cd client
$ yarn install
$ yarn start

About

La Web Shop Hackathon 2022


Languages

Language:JavaScript 93.8%Language:HTML 3.5%Language:CSS 2.7%