Skip to content

The project is the backend to a NFT marketplace that is built on the Ethereum blockchain.

Notifications You must be signed in to change notification settings

davidbong-05/elysium-mongodb-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elysium

The project is the backend to a NFT marketplace that is built on the Ethereum blockchain. It is my final year project for my Bachelor of Computer Science (Software Engineering) with Honour at the Universiti Malaysia Sarawak.

Project Description

Front End:

Back End:

The project is built using the following technologies:

Project Setup

Step 1: Clone the repository

git clone https://github.com/davidbong-05/elysium-mongodb-api.git

Step 2: Install dependencies

npm install

Step 3: Rename the .env.example file to .env and fill in the required information

# .env.example
NODE_ENV = development
PORT = 8080

# Refer to the MongoDB Atlas documentation on how to get the URI
MONGO_URI = <MONGODB URI>
MONGO_USER = <MONGODB username>
MONGO_KEY = <MONGODB password>

Step 4: Run the project

npm run serve

Step 5: The front end should be able to connect using the this url:

http://localhost:8080/

This project requires the following to be setup as well:

Attention: The project is still under development and is not ready for production.

Contact

email: [email protected]

About

The project is the backend to a NFT marketplace that is built on the Ethereum blockchain.

Resources

Stars

Watchers

Forks