A website built using React for the frontend nad NodeJS & ExpressJS for the backend. This proyect was made for showcasing web development skills.
Requires NodeJS
and NPM
to build the website.
The frontend was made with create-react-app
to run, so in order to start the frontend React server:
cd frontend
npm start