Code Monkey home page Code Monkey logo

alchemy20's Introduction

Alchemy 21

This is the codebase for Alchemy made with NextJs (React framework) for the front-end and Express mongo for the back-end.

Demo Credentials:

user: [email protected] pwd: demo1234

Getting Started

Important: Fork this repository and clone your fork Then, install the node modules for the back-end and front-end:

cd backend/nodeServer
npm install
cd ../../alchemy-20-front/
npm install

Get the .env files from maintainers and put them in the front-end and back-end folders

Running the back-end server without docker

Make sure mongodb service is running.

cd backend/nodeServer
npm run start

Open another terminal and run

mongod

Server will start running in port 4700

Running the back-end server using docker

Note: Make sure you have docker and mongo service running

cd backend/nodeServer
docker-compose up

Server will start running in port 5700

Running the front-end server

cd alchemy-20-front/
npm run dev

Open http://localhost:3612 with your browser to see the website.

Contributing guidelines

  • Fork this repository
  • Clone your fork and start working in it.
  • Create a new branch for every major feature/update.
  • Give Pull requests from your forked repository

Resources

To learn more about Next.js, take a look at the following resources:

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.